diff options
Diffstat (limited to 'usr.bin/cvs/buf.h')
-rw-r--r-- | usr.bin/cvs/buf.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/cvs/buf.h b/usr.bin/cvs/buf.h index 137590ee453..b721890696a 100644 --- a/usr.bin/cvs/buf.h +++ b/usr.bin/cvs/buf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.h,v 1.6 2005/07/26 20:58:44 moritz Exp $ */ +/* $OpenBSD: buf.h,v 1.7 2006/01/02 08:11:56 xsa Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -38,9 +38,6 @@ #ifndef BUF_H #define BUF_H -#include <sys/types.h> - - /* flags */ #define BUF_AUTOEXT 1 /* autoextend on append */ |