diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-07 20:02:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-07 20:02:12 +0000 |
commit | 21bbca62b0b1d1ace431d16622a39aba9324618f (patch) | |
tree | 5a812befd8e79b4fdf0d51800220bb5f40521f3c /sys/lib/libsa | |
parent | a9dc703f346eeebf5f5da28b064af6ec936eb4c4 (diff) |
Move exec() libsa prototype to hp300 stand, now that it can no longer be
found in libsa.
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 4a4f9a39f38..b6f5e75b8c5 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.54 2012/12/05 23:20:23 deraadt Exp $ */ +/* $OpenBSD: stand.h,v 1.55 2013/01/07 20:02:11 miod Exp $ */ /* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */ /*- @@ -151,7 +151,6 @@ long strtol(const char *, char **, int); long long strtoll(const char *, char **, int); char *strchr(const char *, int); void *memset(void *, int, size_t); -void exec(char *, void *, int); void exit(void); int open(const char *, int); int close(int); |