diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-04-13 23:20:52 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-04-13 23:20:52 +0000 |
| commit | 21a695e665ef7b2f5056da81988a67024f82f9b8 (patch) | |
| tree | 53c47214b10deb036aecad6f23e347372e05deac /lib/libc | |
| parent | ca35880b03658e95f7921ea1b2689534e5c9d30e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 4ddebdc360fc..658af059a4c7 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.9 1997/05/03 03:50:03 jb Exp $ +# $Id: Makefile.inc,v 1.6.2.1 1997/06/24 03:51:36 julian Exp $ # stdio sources .PATH: ${.CURDIR}/../libc/stdio @@ -32,7 +32,7 @@ MLINKS+=fread.3 fwrite.3 MLINKS+=fseek.3 fgetpos.3 fseek.3 fsetpos.3 fseek.3 ftell.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 mkstemp.3 +MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3 MLINKS+=printf.3 fprintf.3 printf.3 snprintf.3 printf.3 sprintf.3 \ printf.3 vfprintf.3 printf.3 vprintf.3 printf.3 vsnprintf.3 \ printf.3 vsprintf.3 printf.3 asprintf.3 printf.3 vasprintf.3 |
