Procházet zdrojové kódy

don't include curses.h since dselect.h already does that for us

Wichert Akkerman před 25 roky
rodič
revize
ff00f13697
2 změnil soubory, kde provedl 11 přidání a 2 odebrání
  1. 10 0
      ChangeLog
  2. 1 2
      dselect/method.cc

+ 10 - 0
ChangeLog

@@ -1,3 +1,13 @@
+Sat Jun  9 00:28:11 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * Merge changes from v19 branch:
+    + archtable: add i386-gnu0.2
+    + dpkg-deb/extract.c: More %z format fixes.
+    + dselect/method.cc: don't include curses.h since dselect.h already
+      does that for us
+    + dselect/method.cc: handle interrupted getc in falliblesubprocess()
+      prompt
+
 Fri Jun  8 19:42:43 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
   * po/fr.po: updated

+ 1 - 2
dselect/method.cc

@@ -3,6 +3,7 @@
  * method.cc - access method handling
  *
  * Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk>
+ * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
@@ -36,8 +37,6 @@
 #include <fcntl.h>
 #include <sys/file.h>
 
-#include <curses.h>
-
 extern "C" {
 #include <config.h>
 #include <dpkg.h>