comparison support/pop/popd.c @ 12:441a2190cfae

Lion fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Apr 2012 13:10:49 +0900
parents a6481689f99c
children
comparison
equal deleted inserted replaced
11:5cf052bee63d 12:441a2190cfae
1 /* popd.c - the POP server */ 1 /* popd.c - the POP server */
2 #ifndef lint 2 #ifndef lint
3 static char ident[] = "@(#)$Id$"; 3 static char ident[] = "@(#)$Id: popd.c,v 1.2 2006/12/05 18:18:12 kono Exp $";
4 #endif /* lint */ 4 #endif /* lint */
5 5
6 /* Author: Marshall T. Rose <MRose@UDel> (MTR) 6 /* Author: Marshall T. Rose <MRose@UDel> (MTR)
7 Department of Computer Science and Information Sciences 7 Department of Computer Science and Information Sciences
8 University of Delaware 8 University of Delaware