putpmsg

Andreas Jaeger aj@suse.de
Tue Dec 21 02:38:00 GMT 1999


I missed putpmsg.

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

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

Index: sysdeps/unix/sysv/linux/m68k/putpmsg.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/m68k/putpmsg.c,v
retrieving revision 1.1
diff -u -r1.1 putpmsg.c
--- putpmsg.c	1999/12/21 07:59:20	1.1
+++ putpmsg.c	1999/12/21 10:35:11
@@ -1 +1 @@
-include <sysdeps/unix/sysv/linux/i386/putpmsg.c>
+#include <sysdeps/unix/sysv/linux/i386/putpmsg.c>
Index: sysdeps/unix/sysv/linux/mips/putpmsg.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/putpmsg.c,v
retrieving revision 1.1
diff -u -r1.1 putpmsg.c
--- putpmsg.c	1999/12/21 08:00:02	1.1
+++ putpmsg.c	1999/12/21 10:35:11
@@ -1 +1 @@
-include <sysdeps/unix/sysv/linux/i386/putpmsg.c>
+#include <sysdeps/unix/sysv/linux/i386/putpmsg.c>
Index: sysdeps/unix/sysv/linux/powerpc/putpmsg.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/powerpc/putpmsg.c,v
retrieving revision 1.1
diff -u -r1.1 putpmsg.c
--- putpmsg.c	1999/12/21 08:00:37	1.1
+++ putpmsg.c	1999/12/21 10:35:11
@@ -1 +1 @@
-include <sysdeps/unix/sysv/linux/i386/putpmsg.c>
+#include <sysdeps/unix/sysv/linux/i386/putpmsg.c>


More information about the Libc-hacker mailing list