#! /bin/sh /usr/share/dpatch/dpatch-run ## 131-define-l_cuserid.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Define L_cuserid. @DPATCH@ diff -urNad paw-2.14.04.dfsg.2~/upstream/2006/src/pawlib/paw/cpaw/bugrep.c paw-2.14.04.dfsg.2/upstream/2006/src/pawlib/paw/cpaw/bugrep.c --- paw-2.14.04.dfsg.2~/src/pawlib/paw/cpaw/bugrep.c 2006-12-07 14:26:54.000000000 +0100 +++ paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw/bugrep.c 2010-01-21 14:32:27.000000000 +0100 @@ -50,6 +50,7 @@ #include #include #include +#define L_cuserid 9 char *pavers();