comparison uip/spost.c @ 12:441a2190cfae

Lion fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Apr 2012 13:10:49 +0900
parents bce86c4163a3
children 07f8972434be
comparison
equal deleted inserted replaced
11:5cf052bee63d 12:441a2190cfae
1 #ifndef lint 1 #ifndef lint
2 static char sccsid[] = "@(#)spost.c 1.6 (Berkeley) 11/2/85"; 2 static char sccsid[] = "@(#)spost.c 1.6 (Berkeley) 11/2/85";
3 #endif 3 #endif
4 #ifndef lint 4 #ifndef lint
5 static char ident[] = "@(#)$Id$"; 5 static char ident[] = "@(#)$Id: spost.c,v 1.1.1.1 2005/04/18 14:46:07 kono Exp $";
6 #endif /* lint */ 6 #endif /* lint */
7 7
8 /* spost.c - feed messages to sendmail */ 8 /* spost.c - feed messages to sendmail */
9 /* 9 /*
10 * (This is a simpler, faster, replacement for "post" for use when "sendmail" 10 * (This is a simpler, faster, replacement for "post" for use when "sendmail"