diff options
Diffstat (limited to 'usr.sbin/relayd/buffer.c')
-rw-r--r-- | usr.sbin/relayd/buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/relayd/buffer.c b/usr.sbin/relayd/buffer.c index 547d65ed859..6f462a2d44f 100644 --- a/usr.sbin/relayd/buffer.c +++ b/usr.sbin/relayd/buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.2 2007/01/08 13:37:26 reyk Exp $ */ +/* $OpenBSD: buffer.c,v 1.3 2007/01/08 20:46:18 reyk Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -29,7 +29,6 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <regex.h> #include "hostated.h" |