usr/src/prototypes/prototype.pl
author Yuri Pankov <yuri.pankov@nexenta.com>
Fri, 21 Sep 2012 06:38:43 +0400
changeset 13832 8e4bcbc31a4a
parent 13307 b78ce5a9eedd
permissions -rw-r--r--
1126 date(1)'s usage message doesn't mention -R 1788 "WARNING: Cannot lookup root device: /devices" is useless when rootfs is zfs 1828 powerd's "Able to open /dev/srn" notice is useless 2547 Minor updates to README 2678 zfs manpage mis-identifies checksum default value 2811 missing implementation: zfs send -r 3199 Update copyright years in usr/src/prototypes/ Reviewed by: Joshua M. Clulow <[email protected]> Reviewed by: Garrett D'Amore <[email protected]> Approved by: Dan McDonald <[email protected]>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2613
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
     1
#! /usr/perl5/bin/perl
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
     2
#
13165
7ebf06c38a9d 133 need to change the prototype files
Garrett D'Amore <garrett@nexenta.com>
parents: 12041
diff changeset
     3
# This file and its contents are supplied under the terms of the
7ebf06c38a9d 133 need to change the prototype files
Garrett D'Amore <garrett@nexenta.com>
parents: 12041
diff changeset
     4
# Common Development and Distribution License ("CDDL"), version 1.0.
13222
02526851ba75 357 fix license on strptime.c
Garrett D'Amore <garrett@nexenta.com>
parents: 13165
diff changeset
     5
# You may only use this file in accordance with the terms of version
13165
7ebf06c38a9d 133 need to change the prototype files
Garrett D'Amore <garrett@nexenta.com>
parents: 12041
diff changeset
     6
# 1.0 of the CDDL.
2613
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
     7
#
13165
7ebf06c38a9d 133 need to change the prototype files
Garrett D'Amore <garrett@nexenta.com>
parents: 12041
diff changeset
     8
# A full copy of the text of the CDDL should have accompanied this
13222
02526851ba75 357 fix license on strptime.c
Garrett D'Amore <garrett@nexenta.com>
parents: 13165
diff changeset
     9
# source.  A copy of the CDDL is also available via the Internet at
02526851ba75 357 fix license on strptime.c
Garrett D'Amore <garrett@nexenta.com>
parents: 13165
diff changeset
    10
# http://www.illumos.org/license/CDDL.
2613
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    11
#
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    12
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    13
#
13832
8e4bcbc31a4a 1126 date(1)'s usage message doesn't mention -R
Yuri Pankov <yuri.pankov@nexenta.com>
parents: 13307
diff changeset
    14
# Copyright 2012 <contributor>.  All rights reserved.
2613
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    15
#
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    16
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    17
#
13165
7ebf06c38a9d 133 need to change the prototype files
Garrett D'Amore <garrett@nexenta.com>
parents: 12041
diff changeset
    18
# Describe this file here.  Note that the strict and warnings below should
7ebf06c38a9d 133 need to change the prototype files
Garrett D'Amore <garrett@nexenta.com>
parents: 12041
diff changeset
    19
# always be left on.
2613
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    20
#
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    21
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    22
use strict;
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    23
use warnings;
309fdae407c1 6457657 need to add Perl and Python prototypes
jw137282
parents:
diff changeset
    24