diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/compat-43/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc index 8a4457a..8d1ecc3 100644 --- a/lib/libc/compat-43/Makefile.inc +++ b/lib/libc/compat-43/Makefile.inc @@ -13,4 +13,4 @@ MAN2+= compat-43/creat.2 compat-43/killpg.2 \ MAN3+= compat-43/gethostid.3 compat-43/setruid.3 MLINKS+=setruid.3 setrgid.3 -MLINKS+=gethostid.2 sethostid.2 +MLINKS+=gethostid.3 sethostid.3 |