aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof/pathnames.h
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-10-16 13:50:09 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-10-16 13:50:09 +0000
commit97fa9b77399b799457a0e59000391966367c07d4 (patch)
treed111768d17cfb105c6bbb279f69b9a271d1a9c41 /usr.bin/gprof/pathnames.h
parentb0a07322f5a6ce5759f5ed1d4550d8a31c4a227d (diff)
downloadsrc-97fa9b77399b799457a0e59000391966367c07d4.tar.gz
src-97fa9b77399b799457a0e59000391966367c07d4.zip
Remove done() which was just exit() so use of warn()/err() can be made. Abort
on allocation failure instead of displaying a warning and deferencing NULL pointer after. Spelling. Add prototypes. Add list of option in synopsis section of man page, -d is not referenced because available as a compile option. It should be made a runtime option btw.
Notes
Notes: svn path=/head/; revision=105243
Diffstat (limited to 'usr.bin/gprof/pathnames.h')
-rw-r--r--usr.bin/gprof/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h
index ea554c61adfa..0dcd78c6af47 100644
--- a/usr.bin/gprof/pathnames.h
+++ b/usr.bin/gprof/pathnames.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#define _PATH_FLAT_BLURB "/usr/share/misc/gprof.flat"