diff uip/sendsbr.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
line wrap: on
line diff
--- a/uip/sendsbr.c	Fri Nov 07 20:20:35 2008 +0000
+++ b/uip/sendsbr.c	Sat Apr 21 13:10:49 2012 +0900
@@ -1,6 +1,6 @@
 /* sendsbr.c - routines to help WhatNow/Send along */
 #ifndef	lint
-static char ident[] = "@(#)$Id$";
+static char ident[] = "@(#)$Id: sendsbr.c,v 1.1.1.1 2005/04/18 14:46:07 kono Exp $";
 #endif	/* lint */
 
 #include "../h/mh.h"
@@ -12,6 +12,7 @@
 #ifdef	UNISTD
 #include <unistd.h>
 #endif
+extern char *LocalName();
 
 static		alert(), anno(), annoaux();
 static int	tmp_fd();