diff options
Diffstat (limited to 'news/tin/patches/patch-aa')
-rw-r--r-- | news/tin/patches/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/news/tin/patches/patch-aa b/news/tin/patches/patch-aa new file mode 100644 index 00000000000..6f24e704b01 --- /dev/null +++ b/news/tin/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1 2000/02/06 02:34:27 wiz Exp $ + +--- ./src/auth.c.orig Sun Jan 23 17:30:24 2000 ++++ ./src/auth.c Sun Feb 6 03:06:53 2000 +@@ -13,12 +13,12 @@ + * right notice, and it must be included in any copy made + */ + +-#ifndef NNTPLIB_H +-# include "nntplib.h" +-#endif /* !NNTPLIB_H */ + #ifndef TIN_H + # include "tin.h" + #endif /* !TIN_H */ ++#ifndef NNTPLIB_H ++# include "nntplib.h" ++#endif /* !NNTPLIB_H */ + #ifndef TCURSES_H + # include "tcurses.h" + #endif /* !TCURSES_H */ |