Removed "const" to make gcc on OS/2 happy.

merge-requests/1/head
Henning Geinitz 2005-07-17 16:18:34 +00:00
rodzic 9cf32060ac
commit 00e9b16d58
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,9 @@
2005-07-17 Henning Meier-Geinitz <henning@meier-geinitz.de>
* Makefile.in backend/Makefile.in tools/Makefile.in: Make sure
that all the necessary files will be in the distribution .tar.gz file.
that all the necessary files will be in the distribution .tar.gz
file.
* sanei/sanei_scsi.c: Removed "const" to make gcc on OS/2 happy.
2005-07-15 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -3790,7 +3790,7 @@ issue (struct req *req)
const char *string;
FILE *proc_fp;
char *end;
const struct
struct
{
const char *name;
size_t name_len;