diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:28:01 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:28:01 +0000 |
commit | e74b6a84ce2dd9e091aabfbaca4d692983662c0d (patch) | |
tree | 7b2b4cc9ba796f4f78f1d24749494a17da45de32 /lib/libstand/pager.c | |
parent | 542d87feca8130a19f9b6596f11fee75d8fb7c06 (diff) | |
download | src-e74b6a84ce2dd9e091aabfbaca4d692983662c0d.tar.gz src-e74b6a84ce2dd9e091aabfbaca4d692983662c0d.zip |
Notes
Diffstat (limited to 'lib/libstand/pager.c')
-rw-r--r-- | lib/libstand/pager.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libstand/pager.c b/lib/libstand/pager.c index 265ccdc00ee6..a966b0bd7992 100644 --- a/lib/libstand/pager.c +++ b/lib/libstand/pager.c @@ -22,13 +22,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* * Simple paged-output and paged-viewing functions */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "stand.h" #include <string.h> |