diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 21:09:07 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 21:09:07 +0000 |
commit | fb7aade31641a0d858b6346aff84d346b01589a9 (patch) | |
tree | c88f85df6a8982914ed2893a6aebc61693aa3165 /lib/libc/gen/Makefile.inc | |
parent | ec46112e5f33c175b7e899a1c46027347c3aa97b (diff) |
trailing blanks
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r-- | lib/libc/gen/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 2bb130fe089..7b6e4a5120c 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 1997/07/23 21:04:03 kstailey Exp $ +# $OpenBSD: Makefile.inc,v 1.11 1997/07/23 21:09:04 kstailey Exp $ # gen sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/gen ${.CURDIR}/gen @@ -65,7 +65,7 @@ MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \ MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 exect.3 \ exec.3 execv.3 exec.3 execvp.3 MLINKS+=fts.3 fts_open.3 fts.3 fts_read.3 fts.3 fts_children.3 \ - fts.3 fts_set.3 fts.3 fts_close.3 + fts.3 fts_set.3 fts.3 fts_close.3 MLINKS+=isinf.3 isnan.3 MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \ getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \ |