Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,6 +1,9 @@
$NetBSD: patch-aa,v 1.1 2012/07/04 17:58:31 drochner Exp $
$NetBSD: patch-aa,v 1.2 2013/09/09 17:45:58 drochner Exp $
--- src/intrfn.h.orig 2010-10-18 06:25:15.000000000 +0000
stdarg(3) is required by various functions that can be called with variable
argument lists.
--- src/intrfn.h.orig 2013-05-17 09:34:03.000000000 +0000
+++ src/intrfn.h
@@ -39,6 +39,8 @@ extern "C" {
#include <curses.h>
@@ -10,4 +13,4 @@ $NetBSD: patch-aa,v 1.1 2012/07/04 17:58:31 drochner Exp $
+
void aff_copy(WINDOW *window);
void aff_copy_short(WINDOW *window);
void aff_part(WINDOW *window, const unsigned int newline, const disk_t *disk_car, const partition_t *partition);
void aff_LBA2CHS(const disk_t *disk_car, const unsigned long int pos_LBA);