djm, your /usr/include tree is old
authorderaadt <deraadt@openbsd.org>
Mon, 19 Jan 2015 00:32:54 +0000 (00:32 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 19 Jan 2015 00:32:54 +0000 (00:32 +0000)
usr.bin/ssh/ssh-keygen.c

index 11ab355..66d7862 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.257 2015/01/18 21:51:19 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.258 2015/01/19 00:32:54 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1114,7 +1114,7 @@ known_hosts_find_delete(struct hostkey_foreach_line *l, void *_ctx)
 static void
 do_known_hosts(struct passwd *pw, const char *name)
 {
-       char *cp, tmp[MAXPATHLEN], old[MAXPATHLEN];
+       char *cp, tmp[PATH_MAX], old[PATH_MAX];
        int r, fd, oerrno, inplace = 0;
        struct known_hosts_ctx ctx;