diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
commit | 0275dcbbe75bf604e5d9b03f215e510188a36496 (patch) | |
tree | 5c28b494f1e6a54c80a5317abfe2c32e13cbbdc5 /usr.sbin/lpr/lpd | |
parent | 56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff) |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'usr.sbin/lpr/lpd')
-rw-r--r-- | usr.sbin/lpr/lpd/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/lpr/lpd/extern.h b/usr.sbin/lpr/lpd/extern.h index b2efdf89d20..b2d0d64bebf 100644 --- a/usr.sbin/lpr/lpd/extern.h +++ b/usr.sbin/lpr/lpd/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.6 2003/06/02 23:36:53 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.7 2012/12/05 23:20:26 deraadt Exp $ */ /* * Copyright (c) 1989, 1993 @@ -31,7 +31,6 @@ * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ -#include <sys/cdefs.h> #include <sys/ioctl.h> #include <termios.h> |