summaryrefslogtreecommitdiffstats
path: root/osdep-openbsd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-02-17 18:54:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-02-17 18:54:14 +0000
commit6d8ff85167dd89eaf1906b2e46794f396cbc16a6 (patch)
treed14b8872f08b8a41286d711b23d9858ba6e942aa /osdep-openbsd.c
parent546a9d52574971292696a44def9f4cd4619284b1 (diff)
-err.h.
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r--osdep-openbsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c
index 5e06d671..6657a464 100644
--- a/osdep-openbsd.c
+++ b/osdep-openbsd.c
@@ -1,4 +1,4 @@
-/* $Id: osdep-openbsd.c,v 1.13 2009-02-13 00:43:04 nicm Exp $ */
+/* $Id: osdep-openbsd.c,v 1.14 2009-02-17 18:54:14 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -22,7 +22,6 @@
#include <sys/sysctl.h>
#include <sys/stat.h>
-#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>