summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-03-05 13:01:22 +0000
committerbde <bde@FreeBSD.org>1999-03-05 13:01:22 +0000
commit35266b05934273f840d5a131cc4f53f6a8c32bec (patch)
treec716d858b5d3bdf8f53d754ce0ecc72b223dce23 /lib/libc/stdio
parent37702ffa62b50a8002f022179d979f72cf18b59e (diff)
downloadFreeBSD-src-35266b05934273f840d5a131cc4f53f6a8c32bec.zip
FreeBSD-src-35266b05934273f840d5a131cc4f53f6a8c32bec.tar.gz
Fixed disordering and incoinsistent style in previous commit.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index 09a6030..e5f5e04 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.3 (Berkeley) 4/17/94
-# $Id: Makefile.inc,v 1.15 1998/05/08 05:17:11 jb Exp $
+# $Id: Makefile.inc,v 1.16 1999/02/08 21:32:37 dt Exp $
# stdio sources
.PATH: ${.CURDIR}/../libc/stdio
@@ -27,8 +27,8 @@ MLINKS+=fgets.3 gets.3
MLINKS+=fopen.3 fdopen.3 fopen.3 freopen.3
MLINKS+=fputs.3 puts.3
MLINKS+=fread.3 fwrite.3
-MLINKS+=fseek.3 fgetpos.3 fseek.3 fsetpos.3 fseek.3 ftell.3 fseek.3 rewind.3
-MLINKS+=fseek.3 fseeko.3 fseek.3 ftello.3
+MLINKS+=fseek.3 fgetpos.3 fseek.3 fseeko.3 fseek.3 fsetpos.3 fseek.3 ftell.3 \
+ fseek.3 ftello.3 fseek.3 rewind.3
MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3
MLINKS+=getc.3 fgetc.3 getc.3 getchar.3 getc.3 getw.3
MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3
OpenPOWER on IntegriCloud