diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-12-10 17:22:22 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-12-10 17:22:22 +0000 |
commit | e8bf6be02c8f7cbbf2d8689fdbf8d0e42f2963b8 (patch) | |
tree | 13c1d1c6bb46f95a3f40888119fafc71e57594f5 /usr.sbin/nsd/config.h.in | |
parent | 88716742c61ed081cad856d9487bb771deaa4be7 (diff) |
update to nsd 4.3.4
Diffstat (limited to 'usr.sbin/nsd/config.h.in')
-rw-r--r-- | usr.sbin/nsd/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/config.h.in b/usr.sbin/nsd/config.h.in index 4940c8e28ec..c528729cc75 100644 --- a/usr.sbin/nsd/config.h.in +++ b/usr.sbin/nsd/config.h.in @@ -946,7 +946,7 @@ char *nsd_strptime(const char *s, const char *format, struct tm *tm); #ifdef __linux__ #define HAVE_SETPROCTITLE 1 #include <stdarg.h> -void setproctitle(char *fmt, ...); +void setproctitle(const char *fmt, ...); #endif #endif |