summaryrefslogtreecommitdiff
path: root/openbsd-compat/dirname.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-07-04 21:27:20 -0700
committerTim Rice <tim@multitalents.net>2001-07-04 21:27:20 -0700
commit024acc46e6d145708881b854c84b0eb879550c38 (patch)
tree271bf29bf76a384e5b3057dbe2d6b9b3d23d7d9f /openbsd-compat/dirname.h
parent7281a9bc8c1094c6b9ac92e7eaa2b76a8ca1f13d (diff)
- (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/dirname.h')
-rw-r--r--openbsd-compat/dirname.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/openbsd-compat/dirname.h b/openbsd-compat/dirname.h
index c51cff74c..1d61dd06c 100644
--- a/openbsd-compat/dirname.h
+++ b/openbsd-compat/dirname.h
@@ -1,5 +1,5 @@
1#ifndef HAVE_DIRNAME 1#ifndef HAVE_DIRNAME
2 2
3char *dirname(const char *path); 3char *dirname(const char *path);
4 4
5#endif 5#endif