/[hurd]/hurd/serverboot/load.c
ViewVC logotype

Diff of /hurd/serverboot/load.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by roland, Fri Aug 17 04:48:03 2001 UTC revision 1.10 by roland, Sun Jun 23 04:29:11 2002 UTC
# Line 318  boot_script_exec_cmd (void *hook, Line 318  boot_script_exec_cmd (void *hook,
318                   * It might be gzip file.                   * It might be gzip file.
319                   */                   */
320                  int err;                  int err;
321                  extern int                  extern int serverboot_gunzip(struct file *,
322                  serverboot_gunzip(struct file *, void **, size_t *);                                               vm_offset_t *, size_t *);
323    
324                  err = serverboot_gunzip(st.fp,                  err = serverboot_gunzip(st.fp,
325                                          &(st.image_addr),                                          &(st.image_addr),
# Line 343  boot_script_exec_cmd (void *hook, Line 343  boot_script_exec_cmd (void *hook,
343                   * It might be bzip2 file.                   * It might be bzip2 file.
344                   */                   */
345                  int err;                  int err;
346                  extern int                  extern int serverboot_bunzip2(struct file *,
347                  serverboot_bunzip2(struct file *, void **, size_t *);                                                vm_offset_t *, size_t *);
348    
349                  err = serverboot_bunzip2(st.fp,                  err = serverboot_bunzip2(st.fp,
350                                           &(st.image_addr),                                           &(st.image_addr),
# Line 449  boot_script_exec_cmd (void *hook, Line 449  boot_script_exec_cmd (void *hook,
449              /*              /*
450               * first the argument count               * first the argument count
451               */               */
452              *k_ap++ = (char *)arg_count;              *k_ap++ = (char *)(intptr_t)arg_count;
453    
454              /*              /*
455               * Then the strings and string pointers for each argument               * Then the strings and string pointers for each argument

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26