PERFORCE change 161791 for review

Marko Zec zec at FreeBSD.org
Fri May 8 20:49:25 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=161791

Change 161791 by zec at zec_tpx32 on 2009/05/08 20:48:58

	Don't forget to print out vimage name in vimage -l output.
	
	While here, add UofZ / FBSDF copyrigt notice.

Affected files ...

.. //depot/projects/vimage-commit2/src/usr.sbin/vimage/vimage.c#3 edit

Differences ...

==== //depot/projects/vimage-commit2/src/usr.sbin/vimage/vimage.c#3 (text+ko) ====

@@ -1,6 +1,7 @@
 /*
- * Copyright (c) 2002, 2003, 2004 Marko Zec <zec at tel.fer.hr>
- * All rights reserved.
+ * Copyright (c) 2002-2004 Marko Zec <zec at fer.hr>
+ * Copyright (c) 2009 University of Zagreb
+ * Copyright (c) 2009 FreeBSD Foundation
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -62,6 +63,8 @@
 
 void vi_print(struct vi_req *vi_req)
 {
+
+	printf("\"%s\":\n", vi_req->vi_name);
 	printf("    %d sockets, %d ifnets\n", vi_req->vi_sock_count,
 	   vi_req->vi_if_count);
 }


More information about the p4-projects mailing list