diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-17 18:54:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-17 18:54:14 +0000 |
commit | 6d8ff85167dd89eaf1906b2e46794f396cbc16a6 (patch) | |
tree | d14b8872f08b8a41286d711b23d9858ba6e942aa /osdep-openbsd.c | |
parent | 546a9d52574971292696a44def9f4cd4619284b1 (diff) | |
download | rtmux-6d8ff85167dd89eaf1906b2e46794f396cbc16a6.tar.gz rtmux-6d8ff85167dd89eaf1906b2e46794f396cbc16a6.tar.bz2 rtmux-6d8ff85167dd89eaf1906b2e46794f396cbc16a6.zip |
-err.h.
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r-- | osdep-openbsd.c | 3 |
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> |