diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-05-02 20:09:14 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-05-02 20:09:14 +0000 |
| commit | af1526401462705c6503122b53b8f2908d33f20c (patch) | |
| tree | f0287cd788ca589648da70949612f1ee3aa03cce /lib/libc | |
| parent | d5ed156998c1fd04ad752102e5e448ba982deab3 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/vfwprintf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c index 91a9ce2dc4da..1efa9aa11fa2 100644 --- a/lib/libc/stdio/vfwprintf.c +++ b/lib/libc/stdio/vfwprintf.c @@ -34,14 +34,12 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #if 0 #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)vfprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -__FBSDID("FreeBSD: src/lib/libc/stdio/vfprintf.c,v 1.65 2004/05/02 10:55:05 das - Exp"); #endif +#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); /* |
