Date: Tue, 29 Mar 2011 17:55:15 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libutil libutil.h Message-ID: <201103291755.p2THtcO9088090@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trociny 2011-03-29 17:55:15 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
lib/libutil libutil.h
Log:
SVN rev 220139 on 2011-03-29 17:55:15Z by trociny
MFC r200035, r219344:
Bring in missing headers and primitive type declarations into <libutil.h> to
make it work when included by itself.
r200035 (ed):
Make <libutil.h> work when included by itself.
There are several reasons why it didn't work:
- It was missing <sys/cdefs.h> for __BEGIN_DECLS.
- It uses various primitive types that were not declared.
r219344 (pjd):
expand_number() needs uint64_t, declare it here if not already declared.
Approved by: kib (co-mentor), pjd (mentor)
Revision Changes Path
1.49.2.2 +33 -0 src/lib/libutil/libutil.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103291755.p2THtcO9088090>
