diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-03-07 15:25:56 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-03-07 15:25:56 +0000 |
| commit | cee815cf77d6b53125bd877f3802aa05c9c5961e (patch) | |
| tree | dc798feed820311cd4553f6794e9f54631c50720 /lib/libc/posix1e/mac.c | |
| parent | 3755dbd80523db102c6d324cbcdc1277c9b4388b (diff) | |
Notes
Diffstat (limited to 'lib/libc/posix1e/mac.c')
| -rw-r--r-- | lib/libc/posix1e/mac.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/posix1e/mac.c b/lib/libc/posix1e/mac.c index ded9059cdc6c..62a74eee1944 100644 --- a/lib/libc/posix1e/mac.c +++ b/lib/libc/posix1e/mac.c @@ -30,10 +30,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/queue.h> #include <sys/sysctl.h> |
