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]

[PATCH] Fix rresvport_af in Versions


Hi!

2000-06-03  Jakub Jelinek  <jakub@redhat.com>

	* inet/Versions: Fix typo in rresvport_af export.

--- libc/inet/Versions.jj	Wed Jan 19 21:35:56 2000
+++ libc/inet/Versions	Sat Jun  3 08:27:18 2000
@@ -70,6 +70,6 @@ libc {
     # i*
     iruserok_af;
     # r*
-    rcmd_af; rexec_af; rrsesvport_af; ruserok_af;
+    rcmd_af; rexec_af; rresvport_af; ruserok_af;
   }
 }

	Jakub

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