1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

kbd: install dumpkeys; bsd-games: change tetris keymap, fix primes

This commit is contained in:
kyak
2010-08-12 12:24:54 +04:00
parent e040576e2b
commit 3883523a18
4 changed files with 14 additions and 14 deletions

View File

@@ -43,15 +43,6 @@ diff -u bsd-games-2.17/primes/primes.c bsd-games-2.17-p/primes/primes.c
/*
* primes - generate a table of primes between two values
diff -u bsd-games-2.17/primes/primes.h bsd-games-2.17-p/primes/primes.h
--- bsd-games-2.17/primes/primes.h 2003-12-17 05:47:37.000000000 +0300
+++ bsd-games-2.17-p/primes/primes.h 2010-07-27 10:03:25.333608205 +0400
@@ -48,3 +48,5 @@
/* bytes in sieve table (must be > 3*5*7*11) */
#define TABSIZE 256*1024
+
+int isblank(int c);
diff -u bsd-games-2.17/primes/pr_tbl.c bsd-games-2.17-p/primes/pr_tbl.c
--- bsd-games-2.17/primes/pr_tbl.c 2003-12-17 05:47:37.000000000 +0300
+++ bsd-games-2.17-p/primes/pr_tbl.c 2010-07-27 09:08:15.198301714 +0400