This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix getpmsg also



Here's another patch.

1999-12-21  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/m68k/getpmsg.c: Add missing #.
	* sysdeps/unix/sysv/linux/mips/getpmsg.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/getpmsg.c: Likewise.


Index: sysdeps/unix/sysv/linux/m68k/getpmsg.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/m68k/getpmsg.c,v
retrieving revision 1.1
diff -u -r1.1 getpmsg.c
--- sysdeps/unix/sysv/linux/m68k/getpmsg.c	1999/12/21 07:59:04	1.1
+++ sysdeps/unix/sysv/linux/m68k/getpmsg.c	1999/12/21 10:32:18
@@ -1 +1 @@
-include <sysdeps/unix/sysv/linux/i386/getpmsg.c>
+#include <sysdeps/unix/sysv/linux/i386/getpmsg.c>
Index: sysdeps/unix/sysv/linux/mips/getpmsg.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/getpmsg.c,v
retrieving revision 1.1
diff -u -r1.1 getpmsg.c
--- sysdeps/unix/sysv/linux/mips/getpmsg.c	1999/12/21 07:59:47	1.1
+++ sysdeps/unix/sysv/linux/mips/getpmsg.c	1999/12/21 10:32:18
@@ -1 +1 @@
-include <sysdeps/unix/sysv/linux/i386/getpmsg.c>
+#include <sysdeps/unix/sysv/linux/i386/getpmsg.c>
Index: sysdeps/unix/sysv/linux/powerpc/getpmsg.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/powerpc/getpmsg.c,v
retrieving revision 1.1
diff -u -r1.1 getpmsg.c
--- sysdeps/unix/sysv/linux/powerpc/getpmsg.c	1999/12/21 08:00:19	1.1
+++ sysdeps/unix/sysv/linux/powerpc/getpmsg.c	1999/12/21 10:32:18
@@ -1 +1 @@
-include <sysdeps/unix/sysv/linux/i386/getpmsg.c>
+#include <sysdeps/unix/sysv/linux/i386/getpmsg.c>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]