sshd.c failed to compile on FreeBSD 4.0. The following change fixed it:

*** sshd.c.orig Thu Jul 20 17:32:50 2000
--- sshd.c      Thu Jul 20 17:33:50 2000
***************
*** 2969,2975 ****
  #ifdef UF_OPAQUE
                                        UF_OPAQUE |
  #endif /* UF_OPAQUE */
!                                       0)) < 0)
                              {
                                debug("chflags failed for %s, error: %s",
                                      ttyname, strerror(errno));
--- 2969,2975 ----
  #ifdef UF_OPAQUE
                                        UF_OPAQUE |
  #endif /* UF_OPAQUE */
!                                       0) < 0)
                              {
                                debug("chflags failed for %s, error: %s",
                                      ttyname, strerror(errno));

Please see if this is indeed a small error in sshd.c.

Thanks,
Chee Wai


-- 
Chee-Wai Yeung
Computer Officer, Department of Computer Science
The Hong Kong University of Science Technology
Clear Water Bay, Kowloon, Hong Kong
Voice: +852 2358 7029  Fax: +852 2358 1477  Email: [EMAIL PROTECTED]
Fingerprint = 1E FE 9C 3F 13 72 A8 2F  6E C3 7D E7 4D 7B 1A 20

Reply via email to