⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 support.patch

📁 早期freebsd实现
💻 PATCH
字号:
If you apply this patch to NNTP's support directory and move theacttimes.c file there also, it will compile the acttimes programrather than the specious mkgrdates.Wayne Davison                                        davison@borland.com---8<------8<------8<------8<---cut here--->8------>8------>8------>8---Index: Makefile@@ -3,7 +3,7 @@ # -OBJS	=	mkgrdates.o+OBJS	=	acttimes.o -SRCS	=	mkgrdates.c+SRCS	=	acttimes.c  HFILES	=	../common/conf.h@@ -15,18 +15,18 @@ DESTDIR	= /usr/lib/news -all: mkgrdates+all: acttimes -mkgrdates: mkgrdates.o-	$(CC) ${CFLAGS} -o mkgrdates mkgrdates.o+acttimes: acttimes.o+	$(CC) ${CFLAGS} -o acttimes acttimes.o -install: mkgrdates-	cp mkgrdates ${DESTDIR}/mkgrdates-	chmod 755 ${DESTDIR}/mkgrdates+install: acttimes+	cp acttimes ${DESTDIR}/acttimes+	chmod 755 ${DESTDIR}/acttimes  lint:-	lint mkgrdates.c+	lint acttimes.c  clean:-	-rm -f *.o mkgrdates+	-rm -f *.o acttimes  distrib: clean---8<------8<------8<------8<---cut here--->8------>8------>8------>8---

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -