pkgsrc/devel/startbug1/patches/patch-admin.c
ryoon f60475156b Import starbug1-1.6.01 as devel/startbug1.
Starbug1 is lightweight Bug Tracking System. It act as CGI.
It is designed to the following appliations.

* Closed source small development
* Development with less resources
2014-01-08 14:59:15 +00:00

16 lines
331 B
C

$NetBSD: patch-admin.c,v 1.1 2014/01/08 14:59:15 ryoon Exp $
* Follow pkgsrc www/cgic manner
--- admin.c.orig 2012-11-28 06:40:22.000000000 +0000
+++ admin.c
@@ -7,7 +7,8 @@
#include "db_top.h"
/* management main */
-int cgiMain() {
+int main() {
+ cgiInit();
ActionType type = analysis_action();
int ret = 0;