aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-12-10 13:52:43 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-12-10 13:52:43 +0200
commitb038141d8ba5e916bfa97a3c7cb08bb87af1c900 (patch)
treede4e5f8db20c6d20dae09f2b6bfda490fec66b25 /src/pies.c
parente668360caeb54d64b67130f6f4f674d8738a909a (diff)
downloadpies-b038141d8ba5e916bfa97a3c7cb08bb87af1c900.tar.gz
pies-b038141d8ba5e916bfa97a3c7cb08bb87af1c900.tar.bz2
Improve docs + bugfix.
* doc/inetd.texi: New file. * doc/Makefile.am: Add inetd.texi. * doc/pies.texi, doc/usr-acl.texi: Update. * src/pies.c (socktype_xtab): SOCK_PACKET not always defined.
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pies.c b/src/pies.c
index 4fe2e64..d9b5a6d 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -777,8 +777,10 @@ static struct tokendef socktype_xtab[] = {
{ "dgram", SOCK_DGRAM },
{ "seqpacket", SOCK_SEQPACKET },
{ "raw", SOCK_RAW },
- { "rdm", SOCK_RDM },
+ { "rdm", SOCK_RDM },
+#ifdef SOCK_PACKET
{ "packet", SOCK_PACKET },
+#endif
{ NULL }
};

Return to:

Send suggestions and report system problems to the System administrator.