]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-misc.c
Import of OpenSSH 3.9p1
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-misc.c
index bc18b09c25643ac61bdb8078bf29edc94606d326..070a133a2d20c8bcaf5f10bacaca25b1463b3813 100644 (file)
@@ -1,3 +1,4 @@
+
 /*
  * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org>
  *
 
 RCSID("$Id$");
 
+#ifndef HAVE___PROGNAME
+char *__progname;
+#endif
+
 /*
  * NB. duplicate __progname in case it is an alias for argv[0]
  * Otherwise it may get clobbered by setproctitle()
This page took 0.028686 seconds and 4 git commands to generate.