From 6cd42fd000c3cf826b9367d322f1281f204f1243 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 20 Jan 2012 16:52:59 +0000 Subject: Fix return type of main --- x11/xpostit/distinfo | 4 ++-- x11/xpostit/patches/patch-ab | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'x11/xpostit') diff --git a/x11/xpostit/distinfo b/x11/xpostit/distinfo index b21ffc3cb12..8d56c8e44cc 100644 --- a/x11/xpostit/distinfo +++ b/x11/xpostit/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2006/07/29 04:42:08 minskim Exp $ +$NetBSD: distinfo,v 1.5 2012/01/20 16:52:59 joerg Exp $ SHA1 (xpostit3.3.1.tar.Z) = 8ba13bb544d9c99308e36fff2590623ad9a16fef RMD160 (xpostit3.3.1.tar.Z) = 913ed61908541c65b8f2930c0f066ad2704b7856 Size (xpostit3.3.1.tar.Z) = 53910 bytes SHA1 (patch-aa) = f958b6cfdf3d6ac269d0a73efb4c483fcba1a273 -SHA1 (patch-ab) = 6a61ec1ed69e0311a98bea7bca30f09a74e386a3 +SHA1 (patch-ab) = cdaa06ffcd4cb2073ff4f5f7f7ca99d8ffadd43c SHA1 (patch-ac) = ba9db152d764e0ab02aca8e0c2f8bf67ce4d4dc4 diff --git a/x11/xpostit/patches/patch-ab b/x11/xpostit/patches/patch-ab index 3a7757a15bb..98718266098 100644 --- a/x11/xpostit/patches/patch-ab +++ b/x11/xpostit/patches/patch-ab @@ -1,8 +1,16 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/04/03 08:16:14 agc Exp $ +$NetBSD: patch-ab,v 1.2 2012/01/20 16:53:00 joerg Exp $ ---- xpostit.c.orig Thu Dec 10 09:40:27 1992 +--- xpostit.c.orig 1992-12-10 16:40:27.000000000 +0000 +++ xpostit.c -@@ -121,7 +121,6 @@ +@@ -114,14 +114,13 @@ Screen *screen; /* pointer to the scree + Display *display; /* pointer to the display we're on */ + XtAppContext appcontext; /* application context */ + +-void ++int + main(argc, argv) + char **argv; + int argc; { Arg args[4]; char *appname; -- cgit v1.2.3