Browse Source

libocurses can go to the Attic. last consumer of it was ramdisk more(1)

conceptual ok guenther millert nicm
OPENBSD_5_9
deraadt 8 years ago
parent
commit
10eed9ac37
2 changed files with 3 additions and 7 deletions
  1. +2
    -2
      src/include/Makefile
  2. +1
    -5
      src/include/curses.h

+ 2
- 2
src/include/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.206 2015/09/27 14:52:47 kettenis Exp $
# $OpenBSD: Makefile,v 1.207 2015/11/14 23:56:49 deraadt Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@ -42,7 +42,7 @@ PRDIRS=
RDIRS= ../lib/libcrypto ../lib/libcurses ../lib/libedit \
../lib/libevent ../lib/libexpat ../lib/libform \
../lib/libfuse ../lib/libkeynote ../lib/libmenu \
../lib/libocurses ../lib/libossaudio ../lib/libpanel \
../lib/libossaudio ../lib/libpanel \
../lib/libpcap ../lib/libradius ../lib/librpcsvc ../lib/librthread \
../lib/libskey ../lib/libsqlite3 ../lib/libssl ../lib/libtls \
../lib/libusbhid ../lib/libutil ../lib/libz \


+ 1
- 5
src/include/curses.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: curses.h,v 1.3 2003/06/17 21:33:53 millert Exp $ */
/* $OpenBSD: curses.h,v 1.4 2015/11/14 23:56:49 deraadt Exp $ */
/*
* Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
@ -8,10 +8,6 @@
#ifndef _CURSES_H_
#define _CURSES_H_
#ifdef _USE_OLD_CURSES_
#include <ocurses.h>
#else
#include <ncurses.h>
#endif
#endif /* _CURSES_H_ */

Loading…
Cancel
Save