summaryrefslogtreecommitdiff
path: root/net/gopher/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Submitted by: Marc Ramirez <mrami@mramirez.sy.yale.edu>Satoshi Asami1995-05-121-0/+26
| | | | | | | | gopherd/AUTH.c uses fgetpwent, which doesn't exist on FreeBSD. My solution was simply to #ifdef it out. Notes: svn path=/head/; revision=1680
* Update, 2.1 -> 2.1.3.Satoshi Asami1995-04-241-1/+1
| | | | | | | | | NOTE: THIS DOES NOT WORK. Someone please fix AUTH.c, it uses fgetpwent(), which, according to the comments, is a replacement of setpwfile(), which according to the manpage of getpwent(), is deprecated. Notes: svn path=/head/; revision=1509
* Add gopher dir.Andreas Schulz1994-12-121-0/+48
Notes: svn path=/head/; revision=553