summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fpurge.c
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-07-17 05:41:01 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-07-17 05:41:01 +0000
commit90d6fa76a8141fc596ad376ecd86a8a493836298 (patch)
treec3fe0d41bc0f86f1e7fcaaa9e480f60fec34cb2f /lib/libc/stdio/fpurge.c
parent9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff)
Diffstat (limited to 'lib/libc/stdio/fpurge.c')
-rw-r--r--lib/libc/stdio/fpurge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c
index 6a2c70c3c5da..c39562b4cf22 100644
--- a/lib/libc/stdio/fpurge.c
+++ b/lib/libc/stdio/fpurge.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)fpurge.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/stdio/fpurge.c,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $");
#include "namespace.h"
#include <errno.h>