Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/deskutils/aspostit/files/patch-xpostit.c
16125 views
1
--- xpostit.c.orig 1999-01-08 06:10:27.000000000 +0900
2
+++ xpostit.c 2012-10-24 01:06:04.000000000 +0900
3
@@ -32,6 +32,7 @@
4
#include <X11/Xaw/SimpleMenu.h>
5
#include <signal.h>
6
#include <stdio.h>
7
+#include <stdlib.h>
8
9
#include "xpostit.h"
10
#include "version.h"
11
@@ -130,7 +131,7 @@
12
unsigned long timer_interval; /* auto-save interval */
13
unsigned long alarm_interval; /* alarm check interval */
14
15
-void main(argc, argv)
16
+int main(argc, argv)
17
char **argv;
18
int argc;
19
{
20
21