diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-27 08:25:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-27 08:25:32 +0000 |
commit | 401cae0ddc0e46fcdfa268e7a834808996c0bf6d (patch) | |
tree | e514289562e629b0787f97e5c2e6f99a50553ea1 /lib/csu | |
parent | 44033418a578881be989ccf1306a471e4aab337f (diff) | |
download | FreeBSD-src-401cae0ddc0e46fcdfa268e7a834808996c0bf6d.zip FreeBSD-src-401cae0ddc0e46fcdfa268e7a834808996c0bf6d.tar.gz |
Feh, it helps to include a file other than yourself... wonder how
GCC cpp liked that.
Properly include the branding info.
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/common/crtbegin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c index 172ee4b..a2d5909 100644 --- a/lib/csu/common/crtbegin.c +++ b/lib/csu/common/crtbegin.c @@ -82,4 +82,4 @@ _fini(void) (*p_do_dtors)(); } -#include "crtbegin.c" +#include "crtbrand.c" |