diff options
author | 2011-09-20 22:26:53 +0000 | |
---|---|---|
committer | 2011-09-20 22:26:53 +0000 | |
commit | ccd25b3c4fd6f3c383e8152391439acdba742040 (patch) | |
tree | 9bc40c2a32c5a7d31acd8209af9cee98e9ac56ee | |
parent | Remove unused libsa error code and descriptions. Anything shrinking (diff) | |
download | wireguard-openbsd-ccd25b3c4fd6f3c383e8152391439acdba742040.tar.xz wireguard-openbsd-ccd25b3c4fd6f3c383e8152391439acdba742040.zip |
Oops, forgot to remove that reference to now dead saioctl.h
-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 |