summaryrefslogtreecommitdiffstats
path: root/lib/libstand/pager.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/pager.c')
-rw-r--r--lib/libstand/pager.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libstand/pager.c b/lib/libstand/pager.c
index 265ccdc..a966b0b 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>
OpenPOWER on IntegriCloud