comparison 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
comparison
equal deleted inserted replaced
11:5cf052bee63d 12:441a2190cfae
1 /* sendsbr.c - routines to help WhatNow/Send along */ 1 /* sendsbr.c - routines to help WhatNow/Send along */
2 #ifndef lint 2 #ifndef lint
3 static char ident[] = "@(#)$Id$"; 3 static char ident[] = "@(#)$Id: sendsbr.c,v 1.1.1.1 2005/04/18 14:46:07 kono Exp $";
4 #endif /* lint */ 4 #endif /* lint */
5 5
6 #include "../h/mh.h" 6 #include "../h/mh.h"
7 #include <setjmp.h> 7 #include <setjmp.h>
8 #include <stdio.h> 8 #include <stdio.h>
10 #include <sys/types.h> 10 #include <sys/types.h>
11 #include <sys/stat.h> 11 #include <sys/stat.h>
12 #ifdef UNISTD 12 #ifdef UNISTD
13 #include <unistd.h> 13 #include <unistd.h>
14 #endif 14 #endif
15 extern char *LocalName();
15 16
16 static alert(), anno(), annoaux(); 17 static alert(), anno(), annoaux();
17 static int tmp_fd(); 18 static int tmp_fd();
18 static int sendaux(); 19 static int sendaux();
19 #ifdef MIME 20 #ifdef MIME