This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sbin
/
mount_portal
History
mrg
0c37c63edc
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
...
socklen_t are different signness.
2006-05-09 20:18:05 +00:00
..
examples
…
activate.c
…
conf.c
…
Makefile
…
mount_portal.8
…
mount_portal.c
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
2006-05-09 20:18:05 +00:00
pathnames.h
…
portal.conf
…
portald.h
…
pt_conf.c
…
pt_exec.c
…
pt_file.c
…
pt_filter.c
Don't use cast expressions as lvalues as newer versions of gcc warn.
2006-04-21 15:00:49 +00:00
pt_tcp.c
…