public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Jaeger <aj@suse.de>
To: libc-hacker@sourceware.cygnus.com
Subject: Fix getpmsg also
Date: Tue, 21 Dec 1999 02:32:00 -0000	[thread overview]
Message-ID: <199912211032.LAA28433@cherry.suse.de> (raw)

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>

                 reply	other threads:[~1999-12-21  2:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199912211032.LAA28433@cherry.suse.de \
    --to=aj@suse.de \
    --cc=libc-hacker@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).