diff options
Diffstat (limited to 'usr.bin/gprof/tahoe.c')
-rw-r--r-- | usr.bin/gprof/tahoe.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/gprof/tahoe.c b/usr.bin/gprof/tahoe.c index 839ee29..7a235ac 100644 --- a/usr.bin/gprof/tahoe.c +++ b/usr.bin/gprof/tahoe.c @@ -31,9 +31,14 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static char sccsid[] = "@(#)tahoe.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "gprof.h" |