summaryrefslogtreecommitdiffstats
path: root/lib/libutil/property.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-30 22:35:07 +0000
committerdillon <dillon@FreeBSD.org>2001-09-30 22:35:07 +0000
commit3f4eabe6594889be9532151506817fe46fec7a40 (patch)
tree947a4f993aac5c93cff78ad1e3e445c96e2177be /lib/libutil/property.c
parent35945dc1b734c5c022b14139299a72871ca268e1 (diff)
downloadFreeBSD-src-3f4eabe6594889be9532151506817fe46fec7a40.zip
FreeBSD-src-3f4eabe6594889be9532151506817fe46fec7a40.tar.gz
Add __FBSDID()s to libutil
Diffstat (limited to 'lib/libutil/property.c')
-rw-r--r--lib/libutil/property.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/property.c b/lib/libutil/property.c
index 91189d9..815ce6c 100644
--- a/lib/libutil/property.c
+++ b/lib/libutil/property.c
@@ -27,11 +27,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 <ctype.h>
#include <unistd.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud