diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-07-26 09:51:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-07-26 09:51:35 +0000 |
commit | a5efdeedef481aea3632844ca94a80567a75b5ad (patch) | |
tree | 6a7c9e206b8798d24754639cf546c86117f9ede0 /configure | |
parent | 8f0c701250919da7f99273250017bf536dc73db9 (diff) |
Notes
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 5507de7021b86..2df028da0510a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: configure,v 1.70 2019/03/06 16:04:31 schwarze Exp $ +# $Id: configure,v 1.71 2019/07/01 22:56:24 schwarze Exp $ # # Copyright (c) 2014-2019 Ingo Schwarze <schwarze@openbsd.org> # @@ -529,7 +529,7 @@ fi echo "extern char *mkdtemp(char *);" if [ ${HAVE_PROGNAME} -eq 0 ]; then - echo "extern const char *getprogname(void);" + echo "extern const char *getprogname(void);" echo "extern void setprogname(const char *);" fi |