From c11bc452717c1e4fd3e50cf0029cf997e332e5f0 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 1 Jul 1995 23:00:50 +0000 Subject: Initial revision --- pflocal/socket.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pflocal/socket.c (limited to 'pflocal') 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 + + 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" + -- cgit v1.2.3