public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* Broken-up patch #13
@ 2004-05-28 23:28 Tommy McCabe
  2004-06-01  0:06 ` Miguel Bolanos
  0 siblings, 1 reply; 2+ messages in thread
From: Tommy McCabe @ 2004-05-28 23:28 UTC (permalink / raw)
  To: linux-8086

Gets rid of error-causing # symbol.

diff -ruN ./elks-stuff/elkscmd/disk_utils/mkfs.c
./elks/elkscmd/disk_utils/mkfs.c
--- ./elks-stuff/elkscmd/disk_utils/mkfs.c	2004-05-28
16:02:01.000000000 -0400
+++ ./elks/elkscmd/disk_utils/mkfs.c	2004-04-18
18:57:36.000000000 -0400
@@ -162,7 +162,7 @@
 	exit(status);
 }
 
-#define usage() fatal_error("Usage: mkfs /dev/name
blocks # Max blocks=65535\n",16)
+#define usage() fatal_error("Usage: mkfs /dev/name
blocks number of Max blocks=65535\n",16)
 #define die(str) fatal_error("mkfs: " str "\n",8)
 
 void write_tables(void)


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Broken-up patch #13
  2004-05-28 23:28 Broken-up patch #13 Tommy McCabe
@ 2004-06-01  0:06 ` Miguel Bolanos
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Bolanos @ 2004-06-01  0:06 UTC (permalink / raw)
  To: Tommy McCabe; +Cc: linux-8086

Greetings,

Patch not applied.
please read bellow,

On Fri, 2004-05-28 at 17:28, Tommy McCabe wrote:
> Gets rid of error-causing # symbol.
> 
> diff -ruN ./elks-stuff/elkscmd/disk_utils/mkfs.c
> ./elks/elkscmd/disk_utils/mkfs.c
> --- ./elks-stuff/elkscmd/disk_utils/mkfs.c	2004-05-28
> 16:02:01.000000000 -0400
> +++ ./elks/elkscmd/disk_utils/mkfs.c	2004-04-18
> 18:57:36.000000000 -0400
> @@ -162,7 +162,7 @@
>  	exit(status);
>  }
>  
> -#define usage() fatal_error("Usage: mkfs /dev/name
> blocks # Max blocks=65535\n",16)
> +#define usage() fatal_error("Usage: mkfs /dev/name
> blocks number of Max blocks=65535\n",16)
>  #define die(str) fatal_error("mkfs: " str "\n",8)

This is a text to display... I didn't problems with the "#" symbol
perhaps you can provide the specific error you get?

best wishes

Mike



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-01  0:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 23:28 Broken-up patch #13 Tommy McCabe
2004-06-01  0:06 ` Miguel Bolanos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox