diff options
author | Miles Bader <miles@gnu.org> | 1995-07-01 23:00:50 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-01 23:00:50 +0000 |
commit | c11bc452717c1e4fd3e50cf0029cf997e332e5f0 (patch) | |
tree | d9d0403312cfb43a4194ef3affbb430293ec79b2 /pflocal | |
parent | 163756cd7dcc89865c26534727f7965e7026b6b5 (diff) |
Initial revision
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/socket.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pflocal/socket.c b/pflocal/socket.c new file mode 100644 index 00000000..1478dcac --- /dev/null +++ b/pflocal/socket.c @@ -0,0 +1,22 @@ +/* Socket-specific operations + + Copyright (C) 1995 Free Software Foundation, Inc. + + Written by Miles Bader <miles@gnu.ai.mit.edu> + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + +#include "pflocal.h" + |