head	1.3;
access;
symbols
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2004.03.06.09.33.13;	author dinoex;	state dead;
branches;
next	1.2;

1.2
date	99.08.29.13.14.16;	author green;	state Exp;
branches;
next	1.1;

1.1
date	99.07.14.19.37.23;	author green;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- update to 3.0.16
- use PLIST_FILES
- add missing manpage idecrypt.8
@
text
@--- src/freebsd.c.orig	Wed Jul 14 15:23:56 1999
+++ src/freebsd.c	Wed Jul 14 15:24:51 1999
@@@@ -1,3 +1,8 @@@@
+#include <osreldate.h>
+#if __FreeBSD_version >= 400007 || (__FreeBSD_version < 400000 && \
+				    __FreeBSD_version >= 320002)
+#include "freebsd-sysctl.c"
+#else
 /*
 ** freebsd.c	   Low level kernel access functions for FreeBSD 2.x
 **
@@@@ -306,3 +310,4 @@@@
 
   return -1;
 }
+#endif
@


1.2
log
@Update to allow 3.2 (320002) to use the new interface to the kernel.
@
text
@@


1.1
log
@Switch pidentd to using sysctl()s instead of libkvm. It now doesn't need
to be linked with libkvm... this should fix a lot of strange problems
people report with pidentd.

This is for -CURRENT only, at the moment.
@
text
@d3 1
a3 1
@@@@ -1,3 +1,7 @@@@
d5 3
a7 2
+#if __FreeBSD_version >= 400007
+#include "freebsd4.c"
@

