public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix getpmsg also
@ 1999-12-21  2:32 Andreas Jaeger
  0 siblings, 0 replies; only message in thread
From: Andreas Jaeger @ 1999-12-21  2:32 UTC (permalink / raw)
  To: libc-hacker

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-12-21  2:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-21  2:32 Fix getpmsg also Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).