]> git.pld-linux.org Git - packages/ext2ed.git/blame - ext2ed-glibc.patch
- spelling
[packages/ext2ed.git] / ext2ed-glibc.patch
CommitLineData
cfac8e57
JR
1--- ext2ed-0.1/init.c.glibc Thu Aug 24 17:26:39 1995
2+++ ext2ed-0.1/init.c Wed Apr 15 18:47:41 1998
3@@ -427,9 +427,9 @@
4 void init_signals (void)
5
6 {
7- signal (SIGWINCH,(SignalHandler) signal_SIGWINCH_handler); /* Catch SIGWINCH */
8- signal (SIGTERM,(SignalHandler) signal_SIGTERM_handler);
9- signal (SIGSEGV,(SignalHandler) signal_SIGSEGV_handler);
10+ signal (SIGWINCH,(void *) signal_SIGWINCH_handler); /* Catch SIGWINCH */
11+ signal (SIGTERM,(void *) signal_SIGTERM_handler);
12+ signal (SIGSEGV,(void *) signal_SIGSEGV_handler);
13
14 }
15
16--- ext2ed-0.1/ext2ed.h.compat21 Tue Dec 22 12:37:16 1998
17+++ ext2ed-0.1/ext2ed.h Tue Dec 22 12:37:50 1998
18@@ -35,7 +35,7 @@
19 #define DEBUG /* Activate self-sanity checks */
20
21 #include <linux/ext2_fs.h> /* Main kernel ext2 include file */
22-#include <linux/stat.h>
23+#include <sys/stat.h>
24
25 #ifdef OLD_NCURSES /* The ncurses interface */
26 #include <ncurses/ncurses.h>
27@@ -435,4 +435,4 @@
28 extern void redraw_all (void);
29 extern void close_windows (void);
30
31-#endif /* EXT2ED_EDITOR_H */
32\ No newline at end of file
33+#endif /* EXT2ED_EDITOR_H */
This page took 0.206162 seconds and 4 git commands to generate.