confdata.c (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | confdata.c (4356f4890792a678936c93c9196e8f7742e04535) |
---|---|
1/* 2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 3 * Released under the terms of the GNU GPL v2.0. 4 */ 5 6#include <sys/stat.h> 7#include <ctype.h> 8#include <fcntl.h> --- 546 unchanged lines hidden (view full) --- 555 "# configuration written to %s\n" 556 "#\n"), newname); 557 558 sym_set_change_count(0); 559 560 return 0; 561} 562 | 1/* 2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 3 * Released under the terms of the GNU GPL v2.0. 4 */ 5 6#include <sys/stat.h> 7#include <ctype.h> 8#include <fcntl.h> --- 546 unchanged lines hidden (view full) --- 555 "# configuration written to %s\n" 556 "#\n"), newname); 557 558 sym_set_change_count(0); 559 560 return 0; 561} 562 |
563int conf_split_config(void) | 563static int conf_split_config(void) |
564{ 565 const char *name; 566 char path[128]; 567 char *s, *d, c; 568 struct symbol *sym; 569 struct stat sb; 570 int res, i, fd; 571 --- 337 unchanged lines hidden --- | 564{ 565 const char *name; 566 char path[128]; 567 char *s, *d, c; 568 struct symbol *sym; 569 struct stat sb; 570 int res, i, fd; 571 --- 337 unchanged lines hidden --- |