diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-30 12:09:14 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-30 12:09:14 +0000 |
commit | 7b8fca1447a5c584b75c1b7bacc1a20ed7c056f6 (patch) | |
tree | 73b078b39b47e8803ac4ad1106908e6126109d72 /mail/popper | |
parent | fa0fd44db70aafc8f617aa6e50c5f88396b4462a (diff) | |
download | ports-7b8fca1447a5c584b75c1b7bacc1a20ed7c056f6.tar.gz ports-7b8fca1447a5c584b75c1b7bacc1a20ed7c056f6.zip |
Notes
Diffstat (limited to 'mail/popper')
-rw-r--r-- | mail/popper/files/sendto.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/popper/files/sendto.c b/mail/popper/files/sendto.c index c7783e5df0ae..ff4b9b181b1b 100644 --- a/mail/popper/files/sendto.c +++ b/mail/popper/files/sendto.c @@ -1,6 +1,6 @@ #ifdef YOUBIN /* - * Program: $RCSfile: sendto.c,v $ $Revision: 4.3 $ + * Program: $RCSfile: sendto.c,v $ $Revision: 1.1 $ * * Purpose: Send a message with UDP packet. * Invoked from mh-inc-folder-hook. @@ -13,7 +13,7 @@ * Modified: K.Makimura macky@agusa.nuie.nagoya-u.ac.jp * * Date: 1993/07/24 - * Modified: $Date: 1994/08/01 12:57:38 $ + * Modified: $Date: 1998/08/04 22:41:00 $ * * Copyright: K.Agusa and S.Yamamoto 1993 - 94 * @@ -31,7 +31,7 @@ #ifndef lint static char rcsid[] = - "$Id: sendto.c,v 4.3 1994/08/01 12:57:38 yamamoto Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |