diff options
author | Tim Rice <tim@multitalents.net> | 2001-07-04 21:27:20 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2001-07-04 21:27:20 -0700 |
commit | 024acc46e6d145708881b854c84b0eb879550c38 (patch) | |
tree | 271bf29bf76a384e5b3057dbe2d6b9b3d23d7d9f /openbsd-compat | |
parent | 7281a9bc8c1094c6b9ac92e7eaa2b76a8ca1f13d (diff) | |
download | openssh-git-024acc46e6d145708881b854c84b0eb879550c38.tar.gz |
- (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
issue warning (line 1: tokens ignored at end of directive line)
- (tim) [sshconnect1.c] give the compiler something to do for success:
if KRB5 and AFS are not defined.
(ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/dirname.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openbsd-compat/dirname.h b/openbsd-compat/dirname.h index c51cff74..1d61dd06 100644 --- a/openbsd-compat/dirname.h +++ b/openbsd-compat/dirname.h @@ -1,5 +1,5 @@ -#ifndef HAVE_DIRNAME
-
-char *dirname(const char *path);
-
-#endif
+#ifndef HAVE_DIRNAME + +char *dirname(const char *path); + +#endif |