Print this page
3882 remove xmod & friends

@@ -22,11 +22,10 @@
  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #include <sys/types.h>
-/* EXPORT DELETE START */
 #include <sys/promif.h>
 #include <sys/obpdefs.h>
 #include <sys/bootvfs.h>
 #include <sys/bootconf.h>
 #include <netinet/in.h>

@@ -1585,16 +1584,14 @@
  *
  * - The wanboot miniroot is downloaded over http/https into the rootfs
  *   ramdisk.  The bootfs filesystem is unmounted, and the rootfs filesystem
  *   is booted.
  */
-/* EXPORT DELETE END */
 /*ARGSUSED*/
 int
 bootprog(char *bpath, char *bargs, boolean_t user_specified_filename)
 {
-/* EXPORT DELETE START */
         char            *miniroot_path;
         url_t           server_url;
         int             ret;
 
         if (!init_netdev(bpath)) {

@@ -1675,8 +1672,7 @@
          */
         (void) unmountroot();
 
         boot_ramdisk(RD_ROOTFS);
 
-/* EXPORT DELETE END */
         return (0);
 }