summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-07-15 08:04:40 +0000
committercharnier <charnier@FreeBSD.org>1997-07-15 08:04:40 +0000
commitf673b0ac7c8bbe04c846001f8eb8ec36d51f6e03 (patch)
tree0b2be87b34fba635ab6a7015cac9a89fe79c2304 /usr.bin/gprof/gprof.c
parentf2a897ade1515c71fddbefaa1d4c0cd22287fba2 (diff)
downloadFreeBSD-src-f673b0ac7c8bbe04c846001f8eb8ec36d51f6e03.zip
FreeBSD-src-f673b0ac7c8bbe04c846001f8eb8ec36d51f6e03.tar.gz
Revert to original style.
Diffstat (limited to 'usr.bin/gprof/gprof.c')
-rw-r--r--usr.bin/gprof/gprof.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c
index eba73ad..6ad9962 100644
--- a/usr.bin/gprof/gprof.c
+++ b/usr.bin/gprof/gprof.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: gprof.c,v 1.5 1997/07/10 06:45:00 charnier Exp $";
#endif /* not lint */
#include <err.h>
@@ -350,7 +350,8 @@ gettextspace( nfile )
}
textspace = (u_char *) malloc( xbuf.a_text );
if ( textspace == 0 ) {
- warnx("ran out room for %d bytes of text space: can't do -c" , xbuf.a_text );
+ warnx("ran out room for %d bytes of text space: can't do -c" ,
+ xbuf.a_text );
return;
}
(void) fseek( nfile , N_TXTOFF( xbuf ) , 0 );
OpenPOWER on IntegriCloud