diff options
author | 2017-01-19 23:47:04 +0000 | |
---|---|---|
committer | 2017-01-19 23:47:04 +0000 | |
commit | 48c2532cf0ac165cb15277dedb995ed44e078382 (patch) | |
tree | 02d6d307aedf2ce0e28adb209502a725307dabc4 /lib/csu/alpha | |
parent | Simplify: bundle stripcom(). (diff) | |
download | wireguard-openbsd-48c2532cf0ac165cb15277dedb995ed44e078382.tar.xz wireguard-openbsd-48c2532cf0ac165cb15277dedb995ed44e078382.zip |
MD_START is now always ___start, so expand and eliminate it
ok phessler@ deraadt@
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r-- | lib/csu/alpha/md_init.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/csu/alpha/md_init.h b/lib/csu/alpha/md_init.h index 19cd9d92397..6089c93043f 100644 --- a/lib/csu/alpha/md_init.h +++ b/lib/csu/alpha/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.7 2016/08/07 02:34:52 guenther Exp $ */ +/* $OpenBSD: md_init.h,v 1.8 2017/01/19 23:47:04 guenther Exp $ */ /*- * Copyright (c) 2001 Ross Harvey * All rights reserved. @@ -108,7 +108,6 @@ "_dl_printf: \n" \ " ret") -#define MD_START ___start #define MD_START_ARGS char **sp, void (*cleanup)(void) #define MD_START_SETUP \ char **argv, **envp; \ |