diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-20 22:26:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-20 22:26:54 +0000 |
commit | 6c993af5b688ff49dd69f084f134493e7631016d (patch) | |
tree | 462165434a3d106f1864d508591ce13a204c3563 /sys/lib/libsa | |
parent | e11f6d027828b36f5feda61fcf38a7fdf80372ef (diff) |
Oops, forgot to remove that reference to now dead saioctl.h
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/stand.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index c9927eff6eb..3d6f21e56a4 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.51 2011/03/13 00:13:53 deraadt Exp $ */ +/* $OpenBSD: stand.h,v 1.52 2011/09/20 22:26:53 miod Exp $ */ /* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */ /*- @@ -36,7 +36,6 @@ #include <sys/cdefs.h> #include <sys/stat.h> #include <sys/stdarg.h> -#include "saioctl.h" #include "saerrno.h" #ifndef NULL |