projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
840acfc
)
Changed to import progname from an extern variable
author
Theodore Tso
<tytso@mit.edu>
Tue, 15 Jan 1991 18:12:22 +0000
(18:12 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Tue, 15 Jan 1991 18:12:22 +0000
(18:12 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1629
dc483132
-0cff-0310-8789-
dd5450dbe970
src/admin/edit/dump.c
patch
|
blob
|
history
diff --git
a/src/admin/edit/dump.c
b/src/admin/edit/dump.c
index 98220b51c5690036dea8c943a48986f8da357552..5a84ae0e2dd03af52b7b20ad9437d86d7d879017 100644
(file)
--- a/
src/admin/edit/dump.c
+++ b/
src/admin/edit/dump.c
@@
-30,6
+30,8
@@
static char rcsid_kdb_edit_c[] =
#include <ss/ss.h>
#include <stdio.h>
+extern char *progname;
+
#define REALM_SEP '@'
#define REALM_SEP_STR "@"