NetBSD/sbin/mount_portal
enami 0ac5bcaa77 Cosmetic changes:
- Use syslog(..., "...%m") instead of syslog(..., "...%s",
  strerror(errno)).
- Don't put a simple and single statement into a block.
- Indent continuation line by four space.
- Add an empty line at the beginning of a function if it doesn't have
  local variable.
- Use err() or errx() instead of fprintf(stderr, "progname: ....\n")
  and exit() (there was two place left).
- Use MOUNT_PORTAL, which is defined as "portal" in sys/mount.h,
  instead of using "portal" directly.
- Fold long line to fit column < 80.
1997-09-21 02:35:40 +00:00
..
Makefile Back out the .PATH.c changes. The .depend problem (and others) 1997-05-08 21:11:01 +00:00
activate.c Cosmetic changes: 1997-09-21 02:35:40 +00:00
conf.c Cosmetic changes: 1997-09-21 02:35:40 +00:00
mount_portal.8 * KNF-ify 1997-09-15 05:58:22 +00:00
mount_portal.c Cosmetic changes: 1997-09-21 02:35:40 +00:00
pathnames.h slightly clean rcs ids, etc. 1995-04-23 10:33:03 +00:00
portal.conf convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
portald.h slightly clean rcs ids, etc. 1995-04-23 10:33:03 +00:00
pt_conf.c * KNF-ify 1997-09-15 05:58:22 +00:00
pt_exec.c Cosmetic changes: 1997-09-21 02:35:40 +00:00
pt_file.c Cosmetic changes: 1997-09-21 02:35:40 +00:00
pt_tcp.c Cosmetic changes: 1997-09-21 02:35:40 +00:00