This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
openssh-portable
mirror of
https://github.com/PowerShell/openssh-portable.git
Watch
1
Star
0
Fork
You've already forked openssh-portable
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
66823cddbe
openssh-portable
/
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 06:27:20 +02:00
#
ifndef HAVE_DIRNAME
char
*
dirname
(
const
char
*
path
)
;
#
endif