diff options
| author | 1997-03-25 20:30:41 +0000 | |
|---|---|---|
| committer | 1997-03-25 20:30:41 +0000 | |
| commit | b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66 (patch) | |
| tree | 16818fbc300b2930ea051569d3a285e589f17910 /sys/lib/libsa/exec.c | |
| parent | move the .; enami@ba2.so-net.or.jp (diff) | |
| download | wireguard-openbsd-b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66.tar.xz wireguard-openbsd-b7a1a5dd5e2e7199682b72c7fefcc0e8298d8d66.zip | |
Get rid of userland includes
Diffstat (limited to 'sys/lib/libsa/exec.c')
| -rw-r--r-- | sys/lib/libsa/exec.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/lib/libsa/exec.c b/sys/lib/libsa/exec.c index aaeff0709bd..a86cbbd2b22 100644 --- a/sys/lib/libsa/exec.c +++ b/sys/lib/libsa/exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.c,v 1.9 1997/02/05 11:14:24 downsj Exp $ */ +/* $OpenBSD: exec.c,v 1.10 1997/03/25 20:30:41 niklas Exp $ */ /* $NetBSD: exec.c,v 1.15 1996/10/13 02:29:01 christos Exp $ */ /*- @@ -35,12 +35,11 @@ */ #include <sys/param.h> +#include <sys/exec.h> #include <sys/reboot.h> #ifndef INSECURE #include <sys/stat.h> #endif -#include <a.out.h> -#include <string.h> #include "stand.h" |
