Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen put back line accidentally removed.



details:   https://anonhg.NetBSD.org/src/rev/386f5472d20c
branches:  trunk
changeset: 959817:386f5472d20c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 26 03:19:34 2021 +0000

description:
put back line accidentally removed.

diffstat:

 lib/libc/gen/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5225f605ad79 -r 386f5472d20c lib/libc/gen/Makefile.inc
--- a/lib/libc/gen/Makefile.inc Fri Feb 26 03:08:25 2021 +0000
+++ b/lib/libc/gen/Makefile.inc Fri Feb 26 03:19:34 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.207 2021/02/26 03:05:01 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.208 2021/02/26 03:19:34 christos Exp $
 #      from: @(#)Makefile.inc  8.6 (Berkeley) 5/4/95
 
 # gen sources
@@ -145,6 +145,7 @@
 MLINKS+=getpwent.3 getpwnam_r.3 getpwent.3 getpwuid_r.3 getpwent.3 getpwent_r.3
 # getpwent.3 setpwfile.3 - deprecated
 MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 \
+       getttyent.3 setttyent.3 getttyent.3 setttyentpath.3
 MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
 MLINKS+=glob.3 globfree.3
 MLINKS+=glob.3 glob_pattern_p.3



Home | Main Index | Thread Index | Old Index