diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-09 16:08:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-09 16:08:06 +0000 |
commit | 58b2de176febc1a68b1b3a0012258cd3d9d0e08e (patch) | |
tree | 84ed1aaf899540d44480993625abccfc1a75531d /ham/linpsk/patches | |
parent | 69912d7b8772435d808e04116b51c5cfde664d29 (diff) | |
download | pkgsrc-58b2de176febc1a68b1b3a0012258cd3d9d0e08e.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'ham/linpsk/patches')
-rw-r--r-- | ham/linpsk/patches/patch-ag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/linpsk/patches/patch-ag b/ham/linpsk/patches/patch-ag index 2db2645dbc2..76361e94c15 100644 --- a/ham/linpsk/patches/patch-ag +++ b/ham/linpsk/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.1 2005/03/16 15:32:12 rillig Exp $ +$NetBSD: patch-ag,v 1.2 2006/04/09 16:08:06 rillig Exp $ NetBSD-1.6.2 does not have struct sched_param. @@ -21,7 +21,7 @@ NetBSD-1.6.2 does not have struct sched_param. struct sched_param schp = { 0 };
int maxPri;
-@@ -495,6 +498,7 @@ cleanup:
+@@ -495,6 +498,7 @@ cleanup: #ifdef GNUSTEP
GSUnregisterCurrentThread(); /* SB20010904 */
#endif
|