Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/util-linux/fdisk_aix.c

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 1  Line 1 
1  #if ENABLE_FEATURE_AIX_LABEL  #if ENABLE_FEATURE_AIX_LABEL
2  /*  /*
3   * Copyright (C) Andreas Neuper, Sep 1998.   * Copyright (C) Andreas Neuper, Sep 1998.
4   *      This file may be redistributed under   *
5   *      the terms of the GNU Public License.   * Licensed under GPLv2, see file LICENSE in this tarball for details.
6   */   */
7    
8  typedef struct {  typedef struct {
# Line 54  aix_info(void) Line 54  aix_info(void)
54  static int  static int
55  check_aix_label(void)  check_aix_label(void)
56  {  {
57   if (aixlabel->magic != AIX_LABEL_MAGIC &&   if (aixlabel->magic != AIX_LABEL_MAGIC
58   aixlabel->magic != AIX_LABEL_MAGIC_SWAPPED) {   && aixlabel->magic != AIX_LABEL_MAGIC_SWAPPED
59     ) {
60   current_label_type = 0;   current_label_type = 0;
61   aix_other_endian = 0;   aix_other_endian = 0;
62   return 0;   return 0;

Legend:
Removed from v.983  
changed lines
  Added in v.984