Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2007 03:54:17 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130455 for review
Message-ID:  <200712080354.lB83sHVB023365@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130455

Change 130455 by jb@jb_freebsd1 on 2007/12/08 03:53:44

	IFC

Affected files ...

.. //depot/projects/binutils/src/games/fortune/datfiles/freebsd-tips#4 integrate
.. //depot/projects/binutils/src/sys/compat/freebsd32/freebsd32_misc.c#5 integrate

Differences ...

==== //depot/projects/binutils/src/games/fortune/datfiles/freebsd-tips#4 (text+ko) ====

@@ -1,5 +1,5 @@
 This fortune brought to you by:
-$FreeBSD: src/games/fortune/datfiles/freebsd-tips,v 1.44 2007/12/07 22:41:39 dougb Exp $
+$FreeBSD: src/games/fortune/datfiles/freebsd-tips,v 1.45 2007/12/08 00:20:33 dougb Exp $
 %
 Any user that is a member of the wheel group can use "su -" to simulate
 a root login. You can add a user to the wheel group by editing /etc/group.
@@ -204,11 +204,12 @@
 Nice bash prompt: PS1='(\[$(tput md)\]\t <\w>\[$(tput me)\]) $(echo $?) \$ '
 		-- Mathieu <mathieu@hal.interactionvirtuelle.com>
 %
-Nice tcsh prompt: set prompt = '[%B%m%b] %B%~%b%# '
-%
-Nice tcsh prompt: set prompt = '%m %# '
-%
-Nice tcsh prompt: set prompt = '%n@%m%# '
+Nice tcsh prompts:
+	set prompt = '[%B%m%b] %B%~%b%# '
+	set prompt = '%m %# '
+	set prompt = '%n@%m%# '
+	set prompt = '%n@%m:%/%# '
+	set prompt = '%n@%m:%~%# '
 %
 Over quota?  "du -s * | sort -n " will give you a sorted list of your
 directory sizes.

==== //depot/projects/binutils/src/sys/compat/freebsd32/freebsd32_misc.c#5 (text+ko) ====

@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/compat/freebsd32/freebsd32_misc.c,v 1.72 2007/12/07 22:32:09 scottl Exp $");
+__FBSDID("$FreeBSD: src/sys/compat/freebsd32/freebsd32_misc.c,v 1.73 2007/12/08 01:41:31 scottl Exp $");
 
 #include "opt_compat.h"
 
@@ -148,8 +148,6 @@
 static int
 copy_statfs(struct statfs *in, struct statfs32 *out)
 {
-	int error;
-
 	statfs_scale_blocks(in, INT32_MAX);
 	bzero(out, sizeof(*out));
 	CP(*in, *out, f_bsize);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712080354.lB83sHVB023365>