This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
openssh
mirror of
git://anongit.mindrot.org/openssh.git
Watch
1
Star
0
Fork
You've already forked openssh
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0e7f4363f3
openssh
/
openbsd-compat
/
dirname.h
6 lines
63 B
C
Raw
Normal View
History
Unescape
Escape
- (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: })
2001-07-05 04:27:20 +00:00
#
ifndef HAVE_DIRNAME
char
*
dirname
(
const
char
*
path
)
;
#
endif