patch-2.0.37 linux/arch/i386/kernel/hexify.c
Next file: linux/arch/i386/kernel/process.c
Previous file: linux/arch/i386/kernel/head.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Jun 13 10:21:00 1999
- Orig file:
v2.0.36/linux/arch/i386/kernel/hexify.c
- Orig date:
Mon Oct 2 05:25:10 1995
diff -u --recursive --new-file v2.0.36/linux/arch/i386/kernel/hexify.c linux/arch/i386/kernel/hexify.c
@@ -1,7 +1,7 @@
#include <stdio.h>
-void main()
+int main()
{
int c;
int comma=0;
@@ -25,7 +25,5 @@
}
if(count)
printf("\n");
- exit(0);
+ return 0;
}
-
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov