freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+frame+fmcmd_set.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

11 lines
391 B
C

--- ./lib/libxview/frame/fmcmd_set.c.orig Tue Jun 29 07:16:07 1993
+++ ./lib/libxview/frame/fmcmd_set.c Sat Apr 1 18:25:24 2000
@@ -18,6 +18,8 @@ static char sccsid[] = "@(#)fmcmd_se
#include <xview/panel.h>
#include <xview/server.h>
+static int update_default_pin_state();
+
Pkg_private Xv_opaque
frame_cmd_set_avlist(frame_public, avlist)
Frame frame_public;