diff options
author | 2013-10-19 13:51:40 +0000 | |
---|---|---|
committer | 2013-10-19 13:51:40 +0000 | |
commit | d69661933f11d335206a3359c0b738a5d15dd9aa (patch) | |
tree | f9873e168ca30ff23990381936072cd0636650a3 | |
parent | we dont fake VPD INQUIRY pages, so fail on requests for them. (diff) | |
download | wireguard-openbsd-d69661933f11d335206a3359c0b738a5d15dd9aa.tar.xz wireguard-openbsd-d69661933f11d335206a3359c0b738a5d15dd9aa.zip |
a.out went away
-rw-r--r-- | usr.bin/gprof/gprof.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index ef66991b474..f9288f3c480 100644 --- a/usr.bin/gprof/gprof.h +++ b/usr.bin/gprof/gprof.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gprof.h,v 1.13 2007/12/09 19:51:30 espie Exp $ */ +/* $OpenBSD: gprof.h,v 1.14 2013/10/19 13:51:40 deraadt Exp $ */ /* $NetBSD: gprof.h,v 1.13 1996/04/01 21:54:06 mark Exp $ */ /* @@ -296,8 +296,7 @@ int totalcmp(nltype **, nltype **); #define TALLYDEBUG 8 #define TIMEDEBUG 16 #define SAMPLEDEBUG 32 -#define AOUTDEBUG 64 -#define ELFDEBUG AOUTDEBUG +#define ELFDEBUG 64 #define CALLDEBUG 128 #define LOOKUPDEBUG 256 #define PROPDEBUG 512 |