summaryrefslogtreecommitdiff
path: root/news/cnews/files/patch-ab
blob: 81b2b1d75a2e35b767c2c7f686142f72ceec6cd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
*** util/dostatfs.c	Mon Jan  2 13:48:49 1995
--- util/dostatfs.c	Mon Jan 23 19:04:37 1995
***************
*** 13,18 ****
--- 13,23 ----
   * a few attempts...
   */
  
+ #ifdef __FreeBSD__
+ #define	BSD4_4	1	/* and FreeBSD is sort of 4.4 */
+ #include <sys/param.h>
+ #endif
+ 
  /* First, pick up one popular header on general principles. */
  #include <sys/mount.h>
  
***************
*** 26,34 ****
  #endif
  #ifdef hpux
  #define	sun	1	/* likewise HP */
- #endif
- #ifdef __FreeBSD__
- #define	BSD4_4	1	/* and FreeBSD is sort of 4.4 */
  #endif
  
  #ifdef sun
--- 31,36 ----
*** batch/usenntpxmit.old	Thu Sep 22 17:28:37 1994
--- batch/usenntpxmit	Fri Sep 30 12:30:17 1994
***************
*** 15,21 ****
  
  tmp=/tmp/nntp$$
  cat >$tmp
! nntpxmit $site:$tmp
  if test -s $tmp
  then
  	cat $tmp >>$NEWSSITEDIR/togo.leftover
--- 15,21 ----
  
  tmp=/tmp/nntp$$
  cat >$tmp
! nntpxmit -s $site:$tmp
  if test -s $tmp
  then
  	cat $tmp >>$NEWSSITEDIR/togo.leftover
*** util/report.old	Thu Sep 15 13:24:57 1994
--- util/report	Fri Sep 30 16:57:05 1994
***************
*** 65,70 ****
  	else
  		cat $r
  	fi
! ) | mail $args		# some sites might want "/usr/lib/sendmail -t" instead
  
  # and the trap handles the exit status
--- 65,70 ----
  	else
  		cat $r
  	fi
! ) | /usr/sbin/sendmail -t $args	# some sites might want "mail" instead
  
  # and the trap handles the exit status
*** inject/makefile.ORIG	Thu Dec 29 00:30:01 1994
--- inject/makefile	Thu Feb 23 11:21:46 1995
***************
*** 57,61 ****
  	cp $(PROGS) ../util/canonhdr regress/tmp/inject
  	$(MX) regress/regress regress/master/run
  	$(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress
! 	
  # header dependencies follow
--- 57,61 ----
  	cp $(PROGS) ../util/canonhdr regress/tmp/inject
  	$(MX) regress/regress regress/master/run
  	$(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress
! 
  # header dependencies follow